{% extends "global/Page.html" %} {% load otree static %} {% block title %} Seat Selection {% endblock %} {% block content %}


Seat A Seat B
Seat {{ session.vars.row1_a }}{{ session.vars.col1_a }} {{ session.vars.row1_b }}{{ session.vars.col1_b }}
Seat Class Economy Economy
Legroom
{{ session.vars.legroom2_a }} in. better
than main

{{ session.vars.legroom2_a }} in. worse
than main
Flight Length {{ session.vars.distance1 }}
Flight Time {{ session.vars.time1 }}
Additional Price {{ session.vars.price1_a }} {{ session.vars.price1_b }}

{% formfield player.choice1 label="Please Select Your Preferred Seat" %}
{% next_button %} {% endblock %}